home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / Application.MPJ / MapFileList.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-07-11  |  290 b 

  1. {
  2.     "schema": {
  3.         "FileID": "Long Integer",
  4.         "Filename": "Text (255)",
  5.         "ModifiedDate": "DateTime",
  6.         "ModifiedBy": "Text (255)",
  7.         "Status": "Long Integer",
  8.         "FolderID": "Long Integer",
  9.         "Comment": "Text (255)"
  10.     },
  11.     "data": [
  12.         {
  13.             "FileID": 1,
  14.             "Filename": "Context.hh",
  15.             "ModifiedDate": "01/02/70 00:00:00",
  16.             "Status": 0,
  17.             "FolderID": 0
  18.         }
  19.     ]
  20. }